home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / enter-2004-01.iso / files / maxima-5.9.0.exe / {app} / share / maxima / 5.9.0 / doc / README.lisps < prev    next >
Encoding:
Text File  |  2003-02-09  |  1.5 KB  |  40 lines

  1. Preliminary notes on lisp implementations for Maxima:
  2.  
  3. clisp, CMUCL and GCL are fully supported by Maxima; previous versions
  4. of Maxima only fully supported GCL. Ports to other ANSI lisps should
  5. be straightforward and are welcome; please contact the developers if
  6. you are interested in working on a port.
  7.  
  8. clisp <http://clisp.cons.org>, <http://clisp.sourceforge.net>
  9. -----
  10.     clisp includes GNU readline support, so Maxima will have
  11. advanced command-line editing facilities when built with it.
  12.  
  13. clisp versions: Maxima will fail to build with 2.26 because of a bug
  14. in clisp. 2.28 and 2.29 are known to work. There are currently
  15. unresolved problems with floating point numbers in Maxima with clisp
  16. 2.30. 2.29 is recommended.
  17.  
  18. CMUCL <http://cmucl.cons.org>
  19. -----
  20.     CMUCL is the fastest option for Maxima on platforms where it
  21. is available. Unfortunately, it does not include readline
  22. support. However, readline support can be added by wrapping maxima
  23. with the ledit executable. See
  24. <ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Tools/>
  25. for ledit.
  26.  
  27. CMUCL versions: Maxima will build with CMUCL 18c, but will hang on
  28. some run-time operations. 18d is known to work.
  29.  
  30. GCL <http://savannah.gnu.org/projects/gcl>
  31. ---
  32.     GCL versions starting with 2.4.3 can be built with readline
  33. support, so Maxima will have advanced command-line editing facilities
  34. when build with it.
  35.  
  36. GCL versions: 2.4.4 and 2.5.0 should work. 2.5.0 has not yet been
  37. released as of this writing. The cvs version of 2.5.0 has been used to
  38. successfully build Maxima.
  39.  
  40.